home *** CD-ROM | disk | FTP | other *** search
/ 45 Great Windows Utilities 6 / 45 Great Windows Utilities Volume 6 MOJO-405 (Mojo Software).iso / plant / plant.cfg < prev    next >
Text File  |  1993-10-24  |  7KB  |  167 lines

  1. ;=============================================================================+
  2. ;                                                                             |
  3. ; PLANT.CFG - Configuration file for PLANT                                    |
  4. ;           - This file must be in the same directory as PLANT.EXE            |
  5. ;                                                                             |
  6. ;============================================================================═+
  7.  
  8. ;-----------------------------------------------------------------------------+
  9. ;                                                                             |
  10. ; GENERAL setup options                                                       |
  11. ;                                                                             |
  12. ;-----------------------------------------------------------------------------+
  13.  
  14. ; PKUNZIP.EXE command (complete path and filename)
  15. pkzcom=c:\utility\pkunzip.exe
  16.  
  17. ; Windows directory
  18. winpath=c:\windows
  19.  
  20. ; Temporary directory
  21. tmppath=c:\temp
  22.  
  23.  
  24. ;-----------------------------------------------------------------------------+
  25. ;                                                                             |
  26. ; WALLPAPER planting options                                                  |
  27. ;                                                                             |
  28. ;-----------------------------------------------------------------------------+
  29.  
  30. ; plant new wallpaper?  (yes or no)
  31. bmp=yes
  32.  
  33. ; selection method (random or sequential)
  34. bmpmeth=random
  35.  
  36. ; location of compressed bitmaps (complete path and filename)
  37. bmppath=c:\windows\bitmaps\wpaper.zip
  38.  
  39.  
  40. ;-----------------------------------------------------------------------------+
  41. ;                                                                             |
  42. ; SCREEN SAVER planting options                                               |
  43. ;                                                                             |
  44. ;-----------------------------------------------------------------------------+
  45.  
  46. ; plant new screen saver?  (yes or no)
  47. scr=yes
  48.  
  49. ; selection method (random or sequential)
  50. scrmeth=random
  51.  
  52. ; location of compressed screen savers (complete path and filename)
  53. scrpath=c:\windows\savers\saver.zip
  54.  
  55.  
  56. ;-----------------------------------------------------------------------------+
  57. ;                                                                             |
  58. ; ASTERISK sound planting options                                             |
  59. ;                                                                             |
  60. ;-----------------------------------------------------------------------------+
  61.  
  62. ; plant new ASTERISK wave sound file?  (yes or no)
  63. aster=no
  64.  
  65. ; selection method (random or sequential)
  66. astermeth=random
  67.  
  68. ; location of compressed waves for use as ASTERISK sounds
  69. asterpath=c:\windows\waves\swaves.zip
  70.  
  71.  
  72. ;-----------------------------------------------------------------------------+
  73. ;                                                                             |
  74. ; CRITICAL STOP sound planting options                                        |
  75. ;                                                                             |
  76. ;-----------------------------------------------------------------------------+
  77.  
  78. ; plant new CRITICAL STOP wave sound file?  (yes or no)
  79. stop=no
  80.  
  81. ; selection method (random or sequential)
  82. stopmeth=random
  83.  
  84. ; location of compressed waves for use as CRITICAL STOP sounds
  85. stoppath=c:\windows\waves\swaves.zip
  86.  
  87.  
  88. ;-----------------------------------------------------------------------------+
  89. ;                                                                             |
  90. ; DEFAULT BEEP sound planting options                                         |
  91. ;                                                                             |
  92. ;-----------------------------------------------------------------------------+
  93.  
  94. ; plant new DEFAULT BEEP wave sound file?  (yes or no)
  95. beep=no
  96.  
  97. ; selection method (random or sequential)
  98. beepmeth=random
  99.  
  100. ; location of compressed waves for use as DEFAULT BEEP sounds
  101. beeppath=c:\windows\waves\swaves.zip
  102.  
  103.  
  104. ;-----------------------------------------------------------------------------+
  105. ;                                                                             |
  106. ; EXCLAMATION sound planting options                                          |
  107. ;                                                                             |
  108. ;-----------------------------------------------------------------------------+
  109.  
  110. ; plant new EXCLAMATION wave sound file?  (yes or no)
  111. excl=no
  112.  
  113. ; selection method (random or sequential)
  114. exclmeth=random
  115.  
  116. ; location of compressed waves for use as EXCLAMATION sounds
  117. exclpath=c:\windows\waves\swaves.zip
  118.  
  119.  
  120. ;-----------------------------------------------------------------------------+
  121. ;                                                                             |
  122. ; QUESTION sound planting options                                             |
  123. ;                                                                             |
  124. ;-----------------------------------------------------------------------------+
  125.  
  126. ; plant new QUESTION wave sound file?  (yes or no)
  127. quest=no
  128.  
  129. ; selection method (random or sequential)
  130. questmeth=random
  131.  
  132. ; location of compressed waves for use as QUESTION sounds
  133. questpath=c:\windows\waves\swaves.zip
  134.  
  135.  
  136. ;-----------------------------------------------------------------------------+
  137. ;                                                                             |
  138. ; WINDOWS EXIT sound planting options                                         |
  139. ;                                                                             |
  140. ;-----------------------------------------------------------------------------+
  141.  
  142. ; plant new WINDOWS EXIT wave sound file?  (yes or no)
  143. exit=yes
  144.  
  145. ; selection method (random or sequential)
  146. exitmeth=random
  147.  
  148. ; location of compressed waves for use as WINDOWS EXIT sounds
  149. exitpath=c:\windows\waves\swaves.zip
  150.  
  151.  
  152. ;-----------------------------------------------------------------------------+
  153. ;                                                                             |
  154. ; WINDOWS START sound planting options                                        |
  155. ;                                                                             |
  156. ;-----------------------------------------------------------------------------+
  157.  
  158. ; plant new WINDOWS START wave sound file?  (yes or no)
  159. start=yes
  160.  
  161. ; selection method (random or sequential)
  162. startmeth=random
  163.  
  164. ; location of compressed waves for use as WINDOWS START sounds
  165. startpath=c:\windows\waves\lwaves.zip
  166.  
  167.